From 038a9b2b849b29be3cabd8cd6d8170eaa0ac2cc8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Feb 2019 09:04:08 -0500 Subject: [PATCH] notify test: Omit GtkStackPage::position We can't change positions without a stack. --- testsuite/gtk/notify.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 238e299150..228195b2d3 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -555,6 +555,10 @@ test_type (gconstpointer data) g_str_equal (pspec->name, "visible-child-name")) continue; + if (pspec->owner_type == GTK_TYPE_STACK_PAGE && /* Can't change position without a stack */ + g_str_equal (pspec->name, "position")) + continue; + if (pspec->owner_type == GTK_TYPE_POPOVER_MENU && g_str_equal (pspec->name, "visible-submenu")) continue; -- 2.30.2